func runtime.mcall
15 uses
runtime (current package)
coro.go#L81: mcall(coroswitch_m)
coro.go#L91: mcall(coroswitch_m)
debugcall.go#L163: mcall(func(gp *g) {
debugcall.go#L221: mcall(func(gp *g) {
panic.go#L871: mcall(recovery) // does not return
preempt.go#L306: mcall(preemptPark)
preempt.go#L308: mcall(gopreempt_m)
proc.go#L353: mcall(gosched_m)
proc.go#L361: mcall(goschedguarded_m)
proc.go#L376: mcall(gosched_m)
proc.go#L424: mcall(park_m)
proc.go#L4232: mcall(goyield_m)
proc.go#L4263: mcall(goexit0)
proc.go#L4690: mcall(exitsyscall0)
stubs.go#L47: func mcall(fn func(*g))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |